ISCModelSet::PropertyBag Arguments (Get Function)
Here is the signature for the PropertyBag (Get) function:
ISCPropertyBag * PropertyBag(VARIANT List, VARIANT AsString)
The following table contains the valid arguments for the PropertyBag (Get) function:
Parameter |
Valid Type/Value |
Description |
---|---|---|
List [optional] |
VT_BSTR Semicolon separated list of properties |
Provides a list of the model set properties. If the list is provided, only listed properties are placed in the returned property bag. |
List [optional] |
Empty |
Requests a complete set of properties. |
AsString [optional] |
VT_BOOL TRUE or FALSE |
If set to TRUE, requests that all values in the bag to be presented as strings. The default is FALSE with all values in their native format. |
AsString [optional] |
Empty |
All values in the property bag are presented in native type. |
More information about property names is located in the Property Bag for Persistence Units and Persistence Unit Collections section.
Copyright © 2025 Quest Software, Inc. |